home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 23
/
boot-disc-1998-07.iso
/
boot Drivers 7-98
/
3D Accelerators
/
Riva 128
/
Total 3D 128V
/
NT4
/
Totl3v.inf
< prev
next >
Wrap
INI File
|
1997-12-09
|
3KB
|
120 lines
/****************************************************************************
* *
* Copyright (C) 1997 Canopus Corporation. All Rights Reserved. *
* *
****************************************************************************/
; INF file for Canopus Total3D 128V WinNT 4.0 display driver
[Version]
Signature="$CHICAGO$"
Provider=%CANOPUS%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
T3D.Display = 11 ; system32
T3D.Miniport = 12 ; drivers
T3D.Utility = 11
T3D.Inf = 17
;
; Driver information
;
[Manufacturer]
%CANOPUS% = CANOPUS.Mfg
[CANOPUS.Mfg]
%CANOPUS% Total3D 128V = T3D
;-------------
; T3D
;
; General installation section
;
[T3D]
CopyFiles=T3D.Miniport, T3D.Display
;
; File sections
;
[T3D.Miniport]
totl3vm.sys
[T3D.Display]
totl3v.dll
totl3vwt.dll
;
; Service Installation
;
[T3D.Services]
AddService = "Total3D 128V", 0x00000002, T3D_Service_Inst, T3D_EventLog_Inst
[T3D_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\totl3vm.sys
[T3D_EventLog_Inst]
AddReg = T3D_EventLog_AddReg
[T3D_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\totl3vm.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[T3D.SoftwareSettings]
AddReg = T3D_SoftwareDeviceSettings
[T3D_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, totl3v
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, ClearPOS, %REG_DWORD%, 1
HKR,, EnableDMA, %REG_DWORD%, 1
;-------------
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
totl3vm.sys = 1
totl3v.dll = 1
totl3vwt.dll = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = System\CurrentControlSet\Services
;
; Localizable Strings
;
DiskId = "Canopus Total3D 128V Installation DISK"
GraphAdap = "Graphics Adapter"
CANOPUS = "Canopus"